装完后一般Tex引擎有pdfTex,TeTeX,LuaTeX等,我也是小白,不会用,基本上知道TeTex引擎是pdfTeX的一个升级版,更具体的信息可以看看自带的READ ME FIRST.pdf。前端可以用自己喜欢的编辑器或者是LaTeXiT和TeXShop编辑自己的简历,我用的是subliem再加个Latexing插件。
\documentclass[11pt,a4paper,sans]{moderncv}% possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{casual}% style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
\moderncvcolor{blue}% color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% personal data
\name{John}{Doe}
\title{Resumé title}% optional, remove / comment the line if not wanted
\address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\phone[mobile]{+1~(234)~567~890}% optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
\phone[fixed]{+2~(345)~678~901}
\phone[fax]{+3~(456)~789~012}
\email{john@doe.org}% optional, remove / comment the line if not wanted
\homepage{www.johndoe.com}% optional, remove / comment the line if not wanted
\social[linkedin]{john.doe}% optional, remove / comment the line if not wanted
\social[twitter]{jdoe}% optional, remove / comment the line if not wanted
\social[github]{jdoe}% optional, remove / comment the line if not wanted
\extrainfo{additional information}% optional, remove / comment the line if not wanted
\photo[64pt][0.4pt]{picture}% optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
\documentclass[11pt,a4paper,sans, colorlinks, linkcolor=true]{moderncv}% possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{classic}% style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
\moderncvcolor{green}% color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
\nopagenumbers{}% uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
% \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
% \usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
\setlength{\hintscolumnwidth}{2.65cm}% if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
\AfterPreamble{\hypersetup{baseurl={}}}
% personal data
\name{Jianyun}{Xu}
\title{Shanghai Jiao Tong University}% optional, remove / comment the line if not wanted
\address{Minhang, Shanghai}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\phone[mobile]{+86~18817519583}% optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
% \phone[fixed]{+2~(345)~678~901}
% \phone[fax]{+3~(456)~789~012}
\email{xujianyun1001@sjtu.edu.cn}% optional, remove / comment the line if not wanted
\homepage{starsmydestination.github.io}% optional, remove / comment the line if not wanted
\social[linkedin][www.linkedin.com/in/\%E5\%BB\%BA\%E4\%BA\%91-\%E5\%BE\%90-a3bab3140/?locale=en_US]{Jianyun Xu}% optional, remove / comment the line if not wanted
% \social[twitter]{jdoe} % optional, remove / comment the line if not wanted
\social[github][https://github.com/StarsMyDestination]{StarsMyDestination}% optional, remove / comment the line if not wanted
% \extrainfo{additional information} % optional, remove / comment the line if not wanted
\photo[60pt][0.2pt]{avatar}% optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
\quote{Enthusiastic with \textbf{self-driving system}, \textbf{machine learning}, \textbf{deep learning} and \textbf{data science}}
这是我的中文版简历导言设置:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass[11pt,a4paper,sans, colorlinks, linkcolor=true]{moderncv}% possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{classic}% style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
\moderncvcolor{green}% color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
% adjust the page margins
\usepackage[scale=0.75]{geometry}
\setlength{\hintscolumnwidth}{2.65cm}% if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
\AfterPreamble{\hypersetup{baseurl={}}}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xeCJK}
% \setmainfont{Minion Pro}
% \setsansfont{Myriad Pro}
\setmonofont{Courier New}
% \setCJKmainfont{SimSun}
% \setCJKsansfont{KaiTi}
% \setCJKmonofont{SimHei}
%\setCJKmathfont{}
% personal data
\name{徐建云}{}
\title{上海交通大学}% optional, remove / comment the line if not wanted
\address{上海, 闵行}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\phone[mobile]{+86~18817519583}% optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
% \phone[fixed]{+2~(345)~678~901}
% \phone[fax]{+3~(456)~789~012}
\email{xujianyun1001@sjtu.edu.cn}% optional, remove / comment the line if not wanted
\homepage{starsmydestination.github.io}% optional, remove / comment the line if not wanted
\social[linkedin][www.linkedin.com/in/\%E5\%BB\%BA\%E4\%BA\%91-\%E5\%BE\%90-a3bab3140/]{Jianyun Xu}% optional, remove / comment the line if not wanted
% \social[twitter]{jdoe} % optional, remove / comment the line if not wanted
\social[github][https://github.com/StarsMyDestination]{StarsMyDestination}% optional, remove / comment the line if not wanted
% \extrainfo{additional information} % optional, remove / comment the line if not wanted
\photo[60pt][0.2pt]{avatar}% optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
\quote{热爱\textbf{自动驾驶技术}, \textbf{机器学习}, \textbf{深度学习} 以及 \textbf{数据科学}} % optional, remove / comment the line if not wanted